home *** CD-ROM | disk | FTP | other *** search
- object Form10: TForm10
- Left = 256
- Top = 178
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Washing Completed'
- ClientHeight = 185
- ClientWidth = 228
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object RadioGroup1: TRadioGroup
- Left = 6
- Top = 5
- Width = 217
- Height = 171
- Caption = 'Select your preferred exit:'
- TabOrder = 0
- end
- object RadioButton1: TRadioButton
- Left = 24
- Top = 31
- Width = 185
- Height = 17
- Caption = 'Log off and log in as another user'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object RadioButton2: TRadioButton
- Left = 24
- Top = 55
- Width = 161
- Height = 17
- Caption = 'Restart your computer'
- TabOrder = 2
- end
- object RadioButton4: TRadioButton
- Left = 24
- Top = 78
- Width = 145
- Height = 17
- Caption = 'Restart in MS-DOS mode'
- TabOrder = 3
- end
- object RadioButton3: TRadioButton
- Left = 24
- Top = 102
- Width = 145
- Height = 17
- Caption = 'Shut down your computer'
- TabOrder = 4
- end
- object Button1: TButton
- Left = 31
- Top = 135
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 5
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 119
- Top = 135
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 6
- OnClick = Button2Click
- end
- end
-